home *** CD-ROM | disk | FTP | other *** search
/ MacFormat 1996 December / macformat-044.iso / Demos / The Ghost Cave / BB / FOREST.Dxr / 00004.ls < prev    next >
Encoding:
Text File  |  1996-05-08  |  114 b   |  8 lines

  1. on exitFrame
  2.   global counter
  3.   if counter > 0 then
  4.     set counter to counter - 1
  5.     go(the frame)
  6.   end if
  7. end
  8.